Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/65. Two Sided Form/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/65. Two Sided Form/app.js
14 Views
0 Comments
const loginForm = document.querySelector(".login-form");
const signupForm = document.querySelector(".signup-form");
const loginB
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/65. Two Sided Form/index.html
19 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/65. Two Sided Form/style.css
12 Views
0 Comments
* {
box-sizing: border-box;
}

body {
margin: 0;
padding: 0;
background-color: #111933;